home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AppleScript - The Beta Release
/
AppleScript - The Beta Release.iso
/
Goodies
/
Scripting Additions Goodies
/
Show Variables Demo Script
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1992-11-23
|
205 b
|
6 lines
|
[
TEXT/ToyS
]
tell application "quill"
set x to style of every word of document 1
copy style of every word of document 1 to y
end tell
set z to choose file
show variables {"x", x, "y",y,"z",z,"screen dump", Screen dump}